.champ_section {
	display: flex;
	flex-wrap: wrap;
}

.champ_section a {
	text-decoration: none;
	color: #fff;
}

.champ_section #page_title_div {
	margin-top: 20px;
}

.champ_block {
	height: 345px;
	width: 100%;
	padding: 10px;
	display: block;
	margin: 0;
}

.champion {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	box-shadow: 5px 10px 5px -2px rgba(0,0,0,0.75);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 460px;
}

.champ_info {
	height: 30%;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}

.champ_name {
	padding: 10px;
	margin: 0;
	color: #fff;
}

.champ_text {
	padding: 0 10px;
	margin: 0;
}

.champ_info p {
	color: #fff !important;
	background: transparent !important;
}

.news_facebook {
	width: 490px;
	float: left;
	height: 340px;
	overflow: hidden;
	padding: 10px;
}

.ne1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ne2 {
	width: 50% !important;
}

.ne2 .owl-stage-outer {
	transition: all 3s ease 0s !important;
}

.ne3.disabled {
	display: none;
}

.ne4 {
	position: absolute;
	bottom: 30%;
	transform: translateY(-30%);
	left: 15px;
}

.ne5 {
	border: none;
	background-color: transparent;
}

.ne5:focus {
	outline: none;
}

.ne5 span {
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	cursor: pointer;
}

.ne5.active span {
	background-color: #004b91;
}

.clear {
	clear: both;
}

.read {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	text-decoration: none !important;
	padding: 20px 20px;
	width: 100px;
	background: #22578D;
}

.more {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.more:hover {
	text-decoration: underline;
}